fix(storage): add missing iSCSI steps#2473
Merged
joseivanlopez merged 5 commits intoagama-project:masterfrom Jun 19, 2025
Merged
fix(storage): add missing iSCSI steps#2473joseivanlopez merged 5 commits intoagama-project:masterfrom
joseivanlopez merged 5 commits intoagama-project:masterfrom
Conversation
3e9a0a8 to
3902e1f
Compare
jreidinger
reviewed
Jun 19, 2025
jreidinger
reviewed
Jun 19, 2025
| def start_services | ||
| Yast::Service.start("iscsi") | ||
| Yast::Service.start("iscsid") | ||
| Yast::Service.start("iscsiuio") |
Contributor
There was a problem hiding this comment.
I would like to have here comment why we need all three services
Contributor
Author
There was a problem hiding this comment.
I don't know why. We are replicating what YaST does. The three services are always available in the live media.
jreidinger
approved these changes
Jun 19, 2025
jreidinger
approved these changes
Jun 19, 2025
Merged
imobachgs
added a commit
that referenced
this pull request
Jun 30, 2025
Prepare to release Agama 16: * #1868 * #2347 * #2356 * #2373 * #2393 * #2402 * #2404 * #2406 * #2408 * #2409 * #2410 * #2411 * #2412 * #2413 * #2414 * #2415 * #2416 * #2417 * #2418 * #2419 * #2420 * #2421 * #2422 * #2423 * #2424 * #2425 * #2426 * #2427 * #2428 * #2431 * #2433 * #2434 * #2436 * #2437 * #2438 * #2439 * #2440 * #2441 * #2442 * #2443 * #2445 * #2446 * #2450 * #2451 * #2452 * #2453 * #2454 * #2455 * #2456 * #2457 * #2458 * #2460 * #2461 * #2462 * #2463 * #2464 * #2465 * #2466 * #2467 * #2468 * #2469 * #2470 * #2471 * #2472 * #2473 * #2474 * #2475 * #2476 * #2478 * #2479 * #2480 * #2482 * #2483 * #2484 * #2485 * #2487 * #2488 * #2489 * #2490 * #2491 * #2493 * #2494 * #2495 * #2496 * #2497 * #2498 * #2499 * #2502 * #2505 * #2507 * #2509 * #2511 * #2512 * #2513 * #2515 * #2516 * #2517 * #2518 * #2520 * #2523 * #2524 * #2525
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Installing on iSCSI was not working because some iSCSI steps were missing:
https://bugzilla.suse.com/show_bug.cgi?id=1243973